Most algorithms do not perform well with a sudden influx of otherwise little-used data. For example, backing up a database involves reading every record one at a time and leaves the cache filled with otherwise little-used data. At that point, the cache is cold, so performance suffers.
Search engine bots can have a similar effect. Some deliberately avoid writing to cache in response to robot requests.