Arduino ICSP pins used on Wi-Fi and Ethernet Shields

I noticed something peculiar on the [Ethernet and [Wifi shields that are made by Arduino. Instead of connecting MISO and MOSI to pins 4 and 5 of the shield connectors, they connected it to the ICSP pins. While these pins are connected together on the arduino board itself, it seems peculiar that they would decide to add a completely new part when they can avoid it (it iss extra cost for the part itself, extra time to populate the component, one more thing to go wrong, and does not add any value to the product, etc.).

Can anyone help me by providing a rationale for this design decision?](Arduino Wi-Fi Shield - DEV-11287 - SparkFun Electronics)](Arduino Ethernet Shield - DEV-09026 - SparkFun Electronics)

I believe the SPI port is not on the same pins on a Arduino MEGA. They are on a header that is outside the footprint of a regular-sized shield. So using the ICSP header lets the shield work with either Arduino.

/mike