Since Pagerank is an expensive computation, one effective optimization/approximation is to cluster pages into groups and then compute the Pagerank per group. The group-scores are then re-distributed.
I am not sure whether this is what is going on, but it is a possibility.