Well, JavaScript APIs are one of the main reasons.
Facebook uses HipHop for PHP that transforms PHP source code into highly optimized C++ and then compiles it with g++ to build binary files. They see about a 50% reduction in CPU usage when serving equal amounts of Web traffic when compared to Apache and PHP. And Facebook's API tier can serve twice the traffic using 30% less CPU.
__________________
|