Plus, using extended bip39 passphrase can add another layer of security and make the resulting wallet much harder to attack through seed generation weaknesses.
One developer proved this with example of recent c0oldcard crap addresses, he added multiple passphrases with different complexities, and all addresses got emptied withing minutes.
Then I would advise that "developer" to use passphrases with good entropy, the more the better.
According to BIP39 spec, the binary SEED results from the function PBKDF2(HMAC-SHA512, mnemonic, "mnemonic"+passphrase, 2048, 64), in which two of the arguments
namely, the mnemonic and "mnemonic"+passphrase are independent variables. Being independent, their entropies add roughly additively to
joint entropy which accordingly increases the search space for the bruteforce attack.
So, for example, adding 88-bit-entropy passphrase to a wallet with 40-bit mnemonic entropy would result in a wallet with 128 bits of combined entropy, which is currently computationally infeasible to bruteforcing.
Plus, using extended bip39 passphrase can add another layer of security and make the resulting wallet much harder to attack through seed generation weaknesses.
This doesn't really matter if you are using seed phrase generated with weak entropy.
Pls, don't mislead users.