To speed up object instantiation, Extbase stores some cache data. This can lead to lots of SELECT database queries on each page hit if the cache is configured to use the default database cache backend.
This cache is limited in size, uses no tagging, and is used multiple times for one request. These characteristics make it well suited to be used in combination with a APC cache backend.