Not every automation problem needs a model
If a task can be handled by a deterministic rule, we use a rule. Rules are cheaper to run, easier to test, and they do not produce a plausible wrong answer.
Language models earn their place where the input is genuinely unstructured - free-text enquiries, varied document layouts, messy human writing. Using one where an if-statement would do adds cost and a failure mode you did not need.