Combiner function is not preferred because when a Combiner function is used, there is no way of controlling how many times and if at all Combiner will actually be used.
The default Shuffle & Sort mechanism is based on alphabetical sorting and hash shuffling of the keys and is preferred over Combiner function.