It is not ideal that using operators included in the stdlib would result in a ~20% performance overhead. These are mostly native features of JavaScript, but we can selectively avoid them.
Once we stabilize the stdlib API surface in v12, we could introduce some compile-time optimizations. Moreover, it would be worth investigating optimizations that automatically transform dot-free calls to procedural syntax, like MoonBit.