In the paper describing Algorand,two reasons are given to use verifiable random functions/cryptographic Sortion:
Sortition provides two important properties: First, given a random seed, the VRF outputs a pseudo random hash value, which is essentially uniformly distributed between $0$ and $2^{hashlen}-1$. [..] Second, an adversary that does not know $sk_i$ cannot guess how many times user $i$ is chosen, or if $i$ was chosen at all.
Why is the the second property important? What would be the attack scenario if adversaries could predict when user $i$ is chosen?