Sequences vs Sequence Strict

Hello community.

I would like to know when to use Sequences vs Sequence Strict, what’s the difference?
Thank you very much.

Sequence may have missing number but is more efficient.
Sequence Strict can not miss number but is less efficient.

@ced
is there documentation or tutorial on how to use them ?

I think the form is quite self-explanatory.