Not having to write:
for(int i=0; i<n; i++) { ... }
which generally obscures the fact that I'm trying to do a map or fold (e.g. - reduce) operation :).