Bloom Filter primitive is a BRAM/URAM based module to achieve high performance in its functionality.
It can filter redundant data before Join processing and also save time because of reducing unnecessary memory accessing.
See Internals of Bloom-Filter.