For example, why create a Python Lambda that has a large cold start, is slower, and ends up costing more, when I can build the same Lambda in C++?
The same applies to bloated Electron applications, I can build the same thing, and often something even better, with far more efficiency using native code.