Consider a common use for ajax, the type ahead, or suggestion box.
Many users won't have much use for any more then one or two suggestions per page. However, if you're doing data entry this is not necessarily the case. You may type the same thing in multiple times per page, several times an hour. Being able to cache that request to the server would be great.