the function each and map?

the function each and map?

  1. jQuery.each( array, callback )
  2. jQuery.map( array, callback )

in the callback of each,keyword this will point to the iteratee of array,
while of map, this will point to the global object.
why design it like this?
sorry for my English.