The difference between [Client] and [ClientCallBack]

Hi! I’m following a tutorial on multiplayer network. I don’t understand what is the difference between [Client] and [ClientCallBack]? Thank you

I’m guessing you’re referring to this:
https://docs.unity3d.com/2018.2/Documentation/ScriptReference/Networking.ClientCallbackAttribute.html

Thank you