Two operators run the same step. One takes 4 minutes. The other takes 12.
You have no way to know which is right — or whether either one matches what you intended. The faster one might be skipping a safety check. The slower one might be doing extra work that was never part of the process. Without a defined sequence, both look the same from the outside.
