When updating a cached list of questions, I can query min last_activity_date, drastically reducing traffic.
using creation_date, one can efficiently maintain a cached list of users with minimal network traffic.
without a last_modified there is no way to efficiently update a cached list of users.
minto the last query time. Variations on that approach allow for caching in a number of use cases. – Kevin Montrose Jun 18 '10 at 13:37