Why to use this pointer?

We need this pointer only when we have class data member and an external parameter with the same identifier. Is there some extra benefit of using this everywhere?

hello @Doctor_Insult
check example 2 of this article for one more use case -> https://beginnersbook.com/2017/08/cpp-this-pointer/