I used it in metal detector (direct frequency measurement kind). It works really well. I (and you probably too) half assed pid controllers before you even know what it is. But it makes perfect sense. Proportional part reacts to the acute difference, derivative adjusts it when your controller is already going right direction to limit overshoot, and integral part improves cases when the difference is small but persist for long time. Learn them and use them, they're good tool.

Almost always a good analysis will find a control strategy which performs better than PID...

But the benefit of PID is it is fairly easy to tune and works in a really wide range of situations.

And it is most of the time not overkill