Emphasizing the special features of .Store/.Get in the docs

I was reading documentation on .Store and I wonder if that page fully communicates the special features and possible scenarios where these methods might become powerful.

As stated on that page, to a new user, it might appear that .Store is no different from defining a local variable {{ $greeting := "Hello" }}. The key feature that this variable can now be called from another template (subject to concurrency constraints) while referencing the Page/Partial/Shortcode in which it was stored, is discussed in the Scope section, but somehow seems diluted. This could be only me though.

As always @jmooring has a lovely snippet that brings out the full power of these methods here and I wonder if that could be added to the docs for this method.

Thanks