Example needed of optionalWords behavior

What is the difference between the following settings:

optionalWords: [
  "iphone case"
]

and

optionalWords: [
  "iphone",
  "case"
]

for the queries:

  1. “blue iphone case”
  2. “blue case”

Thanks so much!