Hi Sofia, you can't sort the order of the formulas in the pipeline but if your goal is to say that formula 1 must happen before formula 2, you can do this. You'd need to add 2 separate formula steps to your pipeline with at least one other step in between. The between step could be something like a date partition, but if you have no step to enter, then we typically add a group step or I've also seen people use a hide and rename step... we don't put anything in the step, it's really just a place holder. Here is an example that the product uses in the Fixed Asset Master data.
We added a group step between two formula steps and don't group by anything. It does result in an error but in this case it's an acceptable error. We do this because we can't have 2 consecutive formula steps.

here is what it would look like from the formulas perspective. Using the group step between the two formulas steps, ensures that the formula or formulas in the first Formula step run before those in the second step.

Does that help?