I think it might be interesting to sort the communities under "Communities I've Joined" on profiles by the communities the profile is most active in.
I don't know the database structure, but I would imagine you would join the user's posts to the communities and do a sum on the number of posts within each community by that user, then do a descending order by on that sum.