What use is @TestInstance annotation in JUnit 5?

Can you give a simple explanation of @TestInstance annotation and how it is useful in JUnit 5? I think we can achieve the same effect probably by making our fields static.