It would be nice to have an option to order the result of group_by so that (e.g.)
mtcars %.% group_by(cyl) %.% summarise(mpg = mean(mpg))
is ordered by increasing cyl. I think this should be the default for relatively small numbers of groups.
It doesn't make any difference to an analysis, but I find it surprisingly distracting.