What is it?

A strategy is an interchangeable part of a larger more complex system

You implement this pattern when you have a base object and multiple interchangeable parts you want to integrate into that base object.

The power

The gains are made when you are able to to mix and match these parts without re-implementing the base object

A good example of this is a camera with different lens attachments.