>>10
Bubblesort and quicksort are "doing the exact thing" at some level too: they sort.
The two implementations are very different; they're comparing a
very minimal stripped-down interpreter to a large mature system with many features, and I'm almost certain the compiled code ended up being longer than the interpreter's execution trace.