Why does desmos only do ~ 700,000 calculations per second

Desmos seems to run at a low speed of 700kHz (for summing numbers in a list). I know that JavaScript can sum at 150mHz, which is 200 times as fast.

Now, using the Sigma Sum is much more efficient. Sigma Sum runs at the expected 150mHz (maybe a bit slower, but not much).