Welcome to the MrExcel forum!
If you're trying to say that longer formulas are harder to understand and maintain, you have a valid point. When someone here suggests a formula, they try to make it as short and simple as possible. Often someone will come along and suggest something shorter. But some formulas of necessity are just longer. Newer functions such as LET and LAMBDA make it even easier to have very long formulas. Your idea of having helper cells or columns is one way to simplify the formulas. But some people do not like helper cells on a worksheet. They often clutter up the worksheet with intermediate results that aren't necessary to see. These can be hidden, or moved to another sheet even, but that also increases the difficulty of maintaining them. In the end, it's always a trade-off between accuracy, maintainability, efficiency, and appearance. Some people will choose one way or another. If they are the only person using the spreadsheet, there's no issue. If it's a shared workbook, then some cooperation should come into play.
It's also true that a well-constructed LET formula, with proper variable names, is easier to understand than multiple helper cells.
If you are asking for help here, you may want to emphasize that helper cells are acceptable because most suggestions will be of the single cell variety.