Fragmentation of the storage pool is reduced when only one page is requested. Space is allocated in contiguous frames for a particular request. It is easier for the system to find one page rather than two contiguous pages.
Less CPU overhead is required because partial pages do not have to be calculated or scanned.