The wins are traceability (every change is a reviewed commit), repeatability (the same state can be recreated) and easier rollback (revert a commit instead of poking at production). Tools like Argo CD and Flux are common in Kubernetes environments.
GitOps doesn't have to be used everywhere — simplicity often wins. The right level is the one that makes delivery fast, stable and predictable without unnecessary complexity.